Help for Performance Settings

Use this form to control the performance of your server.


Performance Settings

You can control the performance of your server by setting a range for active or available threads, setting an expiration time for idle threads, and assigning a priority class to the server.

By having a pool of threads available to your server, you can reduce the number of times your server needs to start and close new threads. Each time your server receives a request from a client, it uses one or two processes, called threads, to perform the requested action. The server first checks to see if any threads are available. If so, the server uses available threads to process the request. If not, the server has to start new threads. When the request finishes, the threads it was using become idle. As long as idle threads do not expire, they are available for the server to use again.

To change the performance settings:

  1. Fill in the following fields:
  2. If you want to use the changes you make to the form, select the Apply button. If you want to go back to the values that were on the form before you made changes, select the Reset button.

Help Index | Glossary | Back to Form